console drivers meaning in Chinese
控制台设备
Examples
- The lowest layer is the basic console driver drivers char console . c , which provides a portion of the generic interface for the text console
最底层是基本控制台驱动程序drivers / char / console . c ,它提供了文本控制台常规接口的一部分。 - Using console driver functions , we can print text on the screen - but not pictures or animation for that we need to use video mode functionality , typically present in the middle layer , or drivers video fbcon . c
通过使用控制台驱动程序函数,我们能将文本打印到屏幕上但图形或动画还不能(这样做需要使用视频模式功能,通常出现在中间层,也就是drivers / video / fbcon . c中) 。